net/http.http2serverConn.inGoAway (field)
6 uses
net/http (current package)
h2_bundle.go#L4409: inGoAway bool // we've started to or sent GOAWAY
h2_bundle.go#L4826: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
h2_bundle.go#L5187: if !sc.inGoAway || sc.goAwayCode == http2ErrCodeNo {
h2_bundle.go#L5242: if sc.inGoAway {
h2_bundle.go#L5248: sc.inGoAway = true
h2_bundle.go#L5337: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |